projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edf58b8
)
[USE_CARBON_EVENTS] (mac_handle_window_event):
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Thu, 24 May 2007 03:17:02 +0000
(
03:17
+0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Thu, 24 May 2007 03:17:02 +0000
(
03:17
+0000)
Call mac_wakeup_from_rne on window size change.
src/macterm.c
patch
|
blob
|
history
diff --git
a/src/macterm.c
b/src/macterm.c
index 9c1a151f4a92f1af4de643801059e47553feddbe..91522eeda7a28339aa66b20b7333e63e955d31db 100644
(file)
--- a/
src/macterm.c
+++ b/
src/macterm.c
@@
-9893,6
+9893,7
@@
mac_handle_window_event (next_handler, event, data)
width = bounds.right - bounds.left;
height = bounds.bottom - bounds.top;
mac_handle_size_change (f, width, height);
+ mac_wakeup_from_rne ();
}
}